home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / EasyPHP-2.0b1-setup.exe / {app} / home / i18n / en.php next >
Encoding:
PHP Script  |  2006-11-26  |  1.8 KB  |  50 lines

  1. <?php
  2. /**
  3. * EasyPHP i18n - Translations for EasyPHP
  4. * EN
  5. * Naming based on languages (ISO 639) not on countries
  6. * @version    2.0
  7. * @license    GPL
  8. * @author    
  9. */
  10.  
  11. //== Navigation ==
  12. $administration = "administration";
  13. $localweb = "local web";
  14. $help = "help";
  15.  
  16.  
  17. //== Alias ==
  18. $alias_title = "+ALIAS+"; //the character replace the quotation marks
  19. $alias_add = "add";
  20. $alias_delete = "delete";
  21. $alias_intro = "Aliases allow you to place your sites in directories other than Apache's root directory (www)";
  22. $alias_1 = "Create a directory (eg: C:\localweb\websites\site1)";
  23. $alias_2 = "Create a name for the Alias (eg: site1)";
  24. $alias_3 = "Select the path to the directory you have created (eg: C:\weblocal\websites\site1)";
  25. $alias_4 = "Default settings for the directory";
  26. $alias_5 = "Confirm ('OK')";
  27. $alias_6 = "Click on restart and wait until the Apache and Mysql status indicators show green";
  28. $alias_rem = "Rem: there is a backup copy of the file httpd.conf in directory 'safe': httpd-safe.conf";
  29. $alias_warning_1 = "Field 2 is empty.";
  30. $alias_warning_2 = "Field 3 is empty.";
  31. $alias_warning_3 = "The directory corresponding to the path you have chosen does not exist.";
  32. $alias_warning_4 = "This name, or a part of this name, is already used by the system.";
  33. $alias_back = "back";
  34.  
  35.  
  36. //== Extensions ==
  37. $extensions_title = "EXTENSIONS";
  38. $extensions_nb = "You have %s extensions loaded";
  39. $extensions_show = "show";
  40. $extensions_functions = "functions";
  41.  
  42.  
  43. //== Database ==
  44. $mysql_manager = "mysql_manager"; //the underscore character replaces the space character
  45. $sqlite_manager = "sqlite_manager";
  46.  
  47. $licence = "LICENCE";
  48. $licence_rem = "The following information is a brief summary. Consult the official website %s for all legal information.";
  49. $phpinfo = "PHPINFO";
  50. ?>